SectionOptionsDialog
SectionOptionsDialog Display publisher and subscriber options dialog
boxes
#include <Editions.h> Edition Manager
NewSubscriberReply *reply ; contains a section options reply record (see
below).
returns Error Code; 0=no error
Use the SectionOptionsDialog function to display the publisher options and
subscriber options dialog boxes on the user's screen.
reply contains a section options reply record.(See below).
Returns: an operating system Error Code.
noErr (0) No error

Notes: You may receive memory errors.
Upon return of the SectionOptionsDialog function, the canceled and
changed fields are set. If the canceled parameter is set to TRUE, the user
canceled the dialog box. Otherwise, this parameter is FALSE. If the changed
parameter is TRUE, the user changed the section record. For example, the
update mode may have changed.
Set the sectionH parameter of the SectionOptionsReply record to the handle
to the section record for the section the user selected.
Upon return of the SectionOptionsDialog function, the canceled and
changed fields are set. If the canceled parameter is set to TRUE, the user
canceled the dialog box. Otherwise, this parameter is FALSE. If the changed
parameter is TRUE, the user changed the section record. For example, the
update mode may have changed.
The action field contains the code for one of five user actions.
action code is 'read' for user selection of the Get Edition Now button
action code is 'writ' for user selection of the Send Edition Now
button
action code is 'goto' for user selection of the Open Publisher button
action code is 'cncl' for user selection of the Cancel Publisher or
Cancel Subscriber button
action code is ' ' (0x20202020) for user selection of the OK button